home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / QVIEW.ZIP / MAIN.TXT < prev    next >
Text File  |  1997-09-14  |  566b  |  27 lines

  1. object MainForm: TMainForm
  2.   Left = 214
  3.   Top = 112
  4.   Width = 409
  5.   Height = 249
  6.   Caption = 'MainForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   OnCreate = FormCreate
  14.   FormStyle = fsMDIForm
  15.   object StatusLine: TPanel
  16.     Align = alBottom
  17.     Height = 23
  18.     Alignment = taLeftJustify
  19.     BorderWidth = 2
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     ParentFont = False
  25.   end
  26. end
  27.